STEP 5: Now let's have the sprite move across the stage on its head.

  • Go to . Drag out Move Right and drop it at the bottom of your program.
  • Change the integer argument in the .move_right() command to 150.


To navigate the page using the TAB key, first press ESC to exit the code editor.

stage.set_background("concert") sprite = codesters.Sprite("person1") sprite.move_down(100) sprite.flip_up_down()
  • Run Code
  • Submit Work
  • Next Activity
  • Show Console
  • Reset Code Editor
  • Codesters How To (opens in a new tab)